Signup View Model
class SignupViewModel @Inject constructor(userRepository: UserRepository, accountService: AccountService) : ViewModel
ViewModel responsible for managing the signup process. Handles account creation and UI state updates.
Functions
Link copied to clipboard
Link copied to clipboard
Attempts to create a new user account.
Link copied to clipboard
Link copied to clipboard
Updates the email field in the UI state.
Link copied to clipboard
Updates the password field in the UI state.
Link copied to clipboard
Updates the verification password field in the UI state.